home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
sys
/
file.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
394b
|
19 lines
#ifndef SYS_FILE_H
#define SYS_FILE_H \
"$Id: file.h,v 1.1.1.1 2001/11/26 22:21:20 tboeckel Exp $"
/*
* Unix compatible include file.
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef UNISTD_H
#include <unistd.h>
#endif
#include <fcntl.h>
#endif /* !SYS_FILE_H */